added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / VBAzureWebRoleBackendProcessing / WebRole / Default.aspx.designer.vb
blobf00984efda326cf564d2a1392b41345b3bc8219c
1 '------------------------------------------------------------------------------
2 ' <auto-generated>
3 ' This code was generated by a tool.
5 ' Changes to this file may cause incorrect behavior and will be lost if
6 ' the code is regenerated.
7 ' </auto-generated>
8 '------------------------------------------------------------------------------
10 Option Strict On
11 Option Explicit On
14 Partial Public Class _Default
16 '''<summary>
17 '''form1 control.
18 '''</summary>
19 '''<remarks>
20 '''Auto-generated field.
21 '''To modify move field declaration from designer file to code-behind file.
22 '''</remarks>
23 Protected WithEvents form1 As Global.System.Web.UI.HtmlControls.HtmlForm
25 '''<summary>
26 '''tbContent control.
27 '''</summary>
28 '''<remarks>
29 '''Auto-generated field.
30 '''To modify move field declaration from designer file to code-behind file.
31 '''</remarks>
32 Protected WithEvents tbContent As Global.System.Web.UI.WebControls.TextBox
34 '''<summary>
35 '''btnProcess control.
36 '''</summary>
37 '''<remarks>
38 '''Auto-generated field.
39 '''To modify move field declaration from designer file to code-behind file.
40 '''</remarks>
41 Protected WithEvents btnProcess As Global.System.Web.UI.WebControls.Button
43 '''<summary>
44 '''ScriptManager1 control.
45 '''</summary>
46 '''<remarks>
47 '''Auto-generated field.
48 '''To modify move field declaration from designer file to code-behind file.
49 '''</remarks>
50 Protected WithEvents ScriptManager1 As Global.System.Web.UI.ScriptManager
52 '''<summary>
53 '''UpdatePanelResult control.
54 '''</summary>
55 '''<remarks>
56 '''Auto-generated field.
57 '''To modify move field declaration from designer file to code-behind file.
58 '''</remarks>
59 Protected WithEvents UpdatePanelResult As Global.System.Web.UI.UpdatePanel
61 '''<summary>
62 '''dlResult control.
63 '''</summary>
64 '''<remarks>
65 '''Auto-generated field.
66 '''To modify move field declaration from designer file to code-behind file.
67 '''</remarks>
68 Protected WithEvents dlResult As Global.System.Web.UI.WebControls.DataList
69 End Class